-
Notifications
You must be signed in to change notification settings - Fork 26
Adding tippies to Saga Diagram #2412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
f2ecc21
to
2517d8a
Compare
src/Frontend/src/components/messages2/SagaDiagram/MessageDataBox.vue
Outdated
Show resolved
Hide resolved
src/Frontend/src/components/messages2/SagaDiagram/MessageDataBox.vue
Outdated
Show resolved
Hide resolved
src/Frontend/src/components/messages2/SagaDiagram/MessageDataBox.vue
Outdated
Show resolved
Hide resolved
src/Frontend/src/components/messages2/SagaDiagram/NoSagaData.vue
Outdated
Show resolved
Hide resolved
alt="" | ||
v-tippy="update.InitiatingMessage.IsSagaTimeoutMessage ? `Timeout Message` : update.InitiatingMessage.IsEventMessage ? `Event Message` : `Command Message`" | ||
/> | ||
<h2 class="message-title" aria-label="initiating message type" v-tippy="update.InitiatingMessage.FriendlyTypeName">{{ update.InitiatingMessage.FriendlyTypeName }}</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use EllipsesComponent instead.
<a | ||
v-if="update.InitiatingMessage.HasRelatedTimeoutRequest" | ||
v-tippy="`Scroll to timeout request`" | ||
v-tippy="`View original timeout request`" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue
Outdated
Show resolved
Hide resolved
src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue
Outdated
Show resolved
Hide resolved
src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue
Outdated
Show resolved
Hide resolved
No need to reinterate on a tooltip what the context aready states. |
…ox.vue Co-authored-by: John Simons <[email protected]>
…ox.vue Co-authored-by: John Simons <[email protected]>
…ox.vue Co-authored-by: John Simons <[email protected]>
Co-authored-by: John Simons <[email protected]>
…de.vue Co-authored-by: John Simons <[email protected]>
…de.vue Co-authored-by: John Simons <[email protected]>
…de.vue Co-authored-by: John Simons <[email protected]>
…dNode.vue Co-authored-by: John Simons <[email protected]>
…TimeoutMessage.vue Co-authored-by: John Simons <[email protected]>
…eded.vue Co-authored-by: John Simons <[email protected]>
…eded.vue Co-authored-by: John Simons <[email protected]>
…eded.vue Co-authored-by: John Simons <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only thing left is to use EllipsesComponent instead. But we can do that in another PR.
No description provided.